home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE03
/
TYPECAST
/
MATHSU.DFM
/
MATHSU.txt
Wrap
Text File
|
1995-07-08
|
1KB
|
73 lines
object Form1: TForm1
Left = 214
Top = 423
BorderStyle = bsDialog
Caption = 'Multiplication'
ClientHeight = 38
ClientWidth = 427
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object Label1: TLabel
Left = 137
Top = 7
Width = 9
Height = 20
Caption = 'x'
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 281
Top = 7
Width = 11
Height = 20
Caption = '='
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Op1: TSpinEdit
Left = 8
Top = 8
Width = 121
Height = 22
MaxValue = 65535
MinValue = 0
TabOrder = 0
Value = 0
OnChange = OpChange
end
object Op2: TSpinEdit
Left = 152
Top = 8
Width = 121
Height = 22
MaxValue = 65535
MinValue = 0
TabOrder = 1
Value = 0
OnChange = OpChange
end
object Res: TSpinEdit
Left = 296
Top = 8
Width = 121
Height = 22
MaxValue = 0
MinValue = 0
ReadOnly = True
TabOrder = 2
Value = 0
end
end